home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_315 / surf / mapstuff.h < prev    next >
Text File  |  1992-05-06  |  293b  |  15 lines

  1. #define SingleTinyVal 1.0e-12
  2. #define SingleLargeVal 1.0e12
  3.  
  4. #define MP_XMIN 0
  5. #define MP_XMAX 1
  6. #define MP_YMIN 0
  7. #define MP_YMAX 2
  8.  
  9. bool InitMapping( /* void */);
  10.  
  11. void CalcMapConsts();
  12. void MapXYRatio( /* float px, py; float *outx, outy; */);
  13. void DrawRhomMap( /* MapRhomboid  *mpr; */ );
  14.  
  15.